home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / latex209 / contrib / misc / draftcopy.sty < prev    next >
Text File  |  1993-01-11  |  317b  |  9 lines

  1.  
  2. % Prints a large "DRAFT" diagonally across each page
  3. % Does not show up in TeXview 
  4.  
  5. \typeout{Prints "DRAFT" on each page; does not show in TeXView}
  6. \special{!userdict begin /bop-hook{gsave 200 30 translate
  7. 65 rotate /Times-Roman findfont 216 scalefont setfont
  8. 0 0 moveto 0.85 setgray (DRAFT) show grestore}def end}
  9.